home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / bios.dir / 00017_Back1.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  377 b   |  16 lines

  1. on mouseDown
  2.   global gPicSprite, gTextSprite, gNameSprite, gFPicSprite
  3.   pushButton()
  4.   startTimer()
  5.   repeat while the timer < 15
  6.     nothing()
  7.   end repeat
  8.   puppetSprite(gFPicSprite, 0)
  9.   puppetSprite(gPicSprite, 0)
  10.   puppetSprite(gTextSprite, 0)
  11.   puppetSprite(gNameSprite, 0)
  12.   set the visible of sprite 18 to 1
  13.   go("opening", "prez")
  14.   sound playFile 2, "hail.aif"
  15. end
  16.